ASP.NET Core MVC コントロールヘルプ
ReadValue<T>() メソッド

C1.AspNetCore.Mvc アセンブリ > C1.JsonNet 名前空間 > JsonReader クラス > ReadValue メソッド : ReadValue<T>() メソッド
The object type
Deserialize the text into an instance of the specified type which T stands.
シンタックス
'宣言
 
Public Overloads Function ReadValue(Of T)() As T
public T ReadValue<T>()

型パラメータ

T
The object type

戻り値の型

An instance of T
参照

JsonReader クラス
JsonReader メンバ
オーバーロード一覧